home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- pon_cursor(1, 4)
- end
-
- on keyDown
- global Direccion, ayuda_on
- if ayuda_on = 0 then
- if (the keyCode = 125) or (the keyCode = 123) or (the keyCode = 124) then
- set Direccion to the keyCode
- preLoad(the frame + 11)
- go(the frame + 3)
- else
- if the keyCode = 126 then
- preLoad(the frame + 1, the frame + 1)
- go(the frame + 1)
- cursor(-1)
- end if
- end if
- end if
- end
-